ESRI.ArcGIS.Mobile
FromSpatialReference1ToSpatialReference2(Generic IList) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.SpatialReferences Namespace > SpatialReferenceConverter Class > FromSpatialReference1ToSpatialReference2 Method : FromSpatialReference1ToSpatialReference2(Generic IList) Method

coordinates
Converts a set of Coordinates from the first spatial reference into a set of Coordinates based on the second spatial reference.

Syntax

Visual Basic (Declaration) 
Public Overloads Function FromSpatialReference1ToSpatialReference2( _
   ByVal coordinates As IList(Of Coordinate) _
) As CoordinateCollection
C# 
public CoordinateCollection FromSpatialReference1ToSpatialReference2( 
   IList<Coordinate> coordinates
)

Parameters

coordinates

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.